.bgCard {
    background-color: lightgrey;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    border: none;
}
.schaduw {
    border-radius: 10px; /* lichte ronding */
    box-shadow: 10px 10px 0 0 rgba(0, 0, 0, 0.15)}

.learn-more-bottom{
    display: inline-block;
    background-color: #ff3366;
    color: white;
    padding: 7px 14px;
    margin-bottom: 10px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
    box-shadow: 0 4px 8px rgba(0,0,0,1);
}
.learn-more-bottom:hover{
    background-color: #e62e5c;
}

.card-image {
    box-shadow: 0 12px 20px; color: #0dcaf0;}

.achtergrondfoto {
    background-image: url("../images/foto amsterdam.jpg");
    background-repeat: no-repeat;
    background-position: center;

    background-size: cover;
    width: 100%;
    height: 100vh;
    /*min-height: 40em;*/
    /*max-height: 20em;*/
    background-attachment: fixed;
}
.paddingtekst{
    padding-top : 10%;
    padding-left : 70%;
}

.titel-centrum {
    position: absolute;
    top: 50%;
    left: 50%;
}


